home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / doeo.swf / scripts / frame_2 / DoAction.as
Text File  |  2013-04-24  |  1KB  |  35 lines

  1. _root.goodjob = new Sound(this);
  2. _root.goodjob.attachSound("goodjob");
  3. _root.yousonofadoeo = new Sound(this);
  4. _root.yousonofadoeo.attachSound("yousonofadoeo");
  5. _root.finalstage = new Sound(this);
  6. _root.finalstage.attachSound("finalstage");
  7. _root.getready = new Sound(this);
  8. _root.getready.attachSound("getready");
  9. _root.starts = new Sound(this);
  10. _root.starts.attachSound("starts");
  11. _root.bonus = new Sound(this);
  12. _root.bonus.attachSound("bonus");
  13. _root.timeups = new Sound(this);
  14. _root.timeups.attachSound("timeups");
  15. _root.stageclear = new Sound(this);
  16. _root.stageclear.attachSound("stageclear");
  17. _root.nogood = new Sound(this);
  18. _root.nogood.attachSound("nogood");
  19. _root.hundred = new Sound(this);
  20. _root.hundred.attachSound("hundred");
  21. _root.twohundred = new Sound(this);
  22. _root.twohundred.attachSound("twohundred");
  23. _root.affirmative = new Sound(this);
  24. _root.affirmative.attachSound("affirmative");
  25. _root.blip = new Sound(this);
  26. _root.blip.attachSound("blip");
  27. _root.ow1 = new Sound(this);
  28. _root.ow1.attachSound("ow1");
  29. _root.ow2 = new Sound(this);
  30. _root.ow2.attachSound("ow2");
  31. _root.ow3 = new Sound(this);
  32. _root.ow3.attachSound("ow3");
  33. _root.ow4 = new Sound(this);
  34. _root.ow4.attachSound("ow4");
  35.